home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / san2004.SP1-9104-Win32-OTZ.exe / {app} / examples / Report Schema.mdb / Item.json < prev    next >
JavaScript Object Notation  |  2003-04-03  |  237b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "ModuleID": "Long Integer NOT NULL",
  5.         "GroupID": "Long Integer",
  6.         "Name": "Text (255)",
  7.         "DataValue": "Text (255)",
  8.         "IconID": "Long Integer NOT NULL",
  9.         "TypeID": "Long Integer NOT NULL",
  10.         "HelpID": "Long Integer"
  11.     },
  12.     "data": []
  13. }